CUDA_ARRAY_DESCRIPTOR_st

Array descriptor

extern (C)
struct CUDA_ARRAY_DESCRIPTOR_st {}

Members

Variables

Format
CUarray_format Format;

< Array format

Height
size_t Height;

< Height of array

NumChannels
uint NumChannels;

< Channels per array element

Width
size_t Width;

< Width of array

Meta